projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8a840
)
* Fix typo into pdumper integration
author
Andrea Corallo
<akrl@sdf.org>
Sun, 8 Mar 2020 22:33:54 +0000
(22:33 +0000)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 8 Mar 2020 22:33:54 +0000
(22:33 +0000)
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 71551d7c709e879af1029057e09d202e834b8f1e..4ecdea14538df0aa68035b16d34a8d4b642c0a5a 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-5320,7
+5320,7
@@
dump_do_dump_relocation (const uintptr_t dump_base,
error ("missing label name");
void *func = dynlib_sym (comp_u->handle, SSDATA (c_name));
if (!func)
- error ("can't function in compilation unit");
+ error ("can't f
ind f
unction in compilation unit");
subr->function.a0 = func;
break;
}